home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / AciusTN8-92.cpt / AciusTN8-92 / GraphicalButtonsƒ / Calculator.rsrc / 4Dte_15024 < prev    next >
Text File  |  1992-10-10  |  780b  |  19 lines

  1. This routine sets the style of the button's title.
  2.  
  3. Parameter 1:
  4. Number of characters to skip in the button's name in order to obtain the title to display. (The default value is 1)
  5. Example :
  6. If your button is called gb_toto, you pass 3 so that the button's title to be displayed is "toto". 
  7.  
  8. Parameter 2:
  9. The font used by default for the button's title. By default the font is Chicago.
  10.  
  11. Parameter 3:
  12. The size by default for the button's title. By default the size is 12.
  13.  
  14. Parameter 4:
  15. The style by default for the button's title. By default the value si 0, which is plain.
  16.  
  17. NOTE: If you pass -1 to one of the parameters, such as: font, size, style, the previous value will be conserved.
  18.  
  19. Written by François Marchal, © ACI 1991. Detailed description and source code in MPW Pascal.